Autorank Old Config help page

[b]==== Config: ====[/b]

[code python]
Enabled: true
Debug mode: false
Essentials AFK integration: false # Stop tracking time when someone is afk
Message prefix: '&2' # =green colored messages
Leaderboard layout: '&n - &tm'   # http://dev.bukkit.org/server-mods/autorank/pages/leaderboard-layout/ 
#the following options are optional and override vault ranking in case its not working for you or you want to use your own ranking commands
(optional:) Add group command: pex group &g user add &n # &n = player name, &g = group, &w = world name
(optional:) Remove group command: pex group &g user remove &n
'1':
  from: Newcomer
  to: Member
  required minutes played: 1800
  message: '&2Congratulations, you are now a Member.'
  (optional:) world: WorldName
  (optional:) commands: 'say &p just got ranked up to Member !;eco give &p 50'
'2':
  from: Member
  to: Veteran
  required minutes played: 12000
  message: '&2Congratulations, you are now a Veteran.'
# you can add as many ranks as you want, just make sure you get the formatting right and the ranks actually exist in your permissions config !

[/code]